home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / i / imagefxv2.1a.lha / ImageFX / Rexx / AutoFX / AutoFX.ifx.post < prev    next >
Text File  |  1996-03-02  |  328b  |  24 lines

  1. /*
  2.  * AutoFX.ifx.post
  3.  * Written by Thomas Krehbiel
  4.  *
  5.  * Called after AutoFX finishes all processing.  Should be used to
  6.  * cleanup after the 'AutoFX.ifx.pre' script.
  7.  *
  8.  * Inputs:
  9.  *    None.
  10.  *
  11.  * Returns:
  12.  *    0 if successful, non-zero on failure
  13.  *
  14.  */
  15.  
  16. OPTIONS RESULTS
  17.  
  18. KillBuffer Force
  19. UnlockGui
  20. Undo On
  21. Redraw On
  22.  
  23. EXIT
  24.